home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
501 Great Games
/
501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso
/
OOZE
/
_setup.1
/
BoardEdit.exe
/
0
/
RCDATA
/
TFORM2
/
TFORM2.txt
Wrap
Text File
|
1996-10-06
|
1KB
|
53 lines
object Form2: TForm2
Left = 673
Top = 190
ActiveControl = Button1
BorderStyle = bsDialog
Caption = 'Ooze Board Editor'
ClientHeight = 168
ClientWidth = 383
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 8
Top = 10
Width = 100
Height = 100
end
object Memo1: TMemo
Left = 120
Top = 8
Width = 257
Height = 121
BorderStyle = bsNone
Color = clBtnFace
Lines.Strings = (
'Ooze Board Editor'
''
'version 1.0'
'By Josh Farley'
'copyright 1996'
''
'email: josh@ecst.csuchico.edu'
'website: http://www.csuchico.edu/~josh/')
ReadOnly = True
TabOrder = 0
end
object Button1: TButton
Left = 123
Top = 136
Width = 145
Height = 25
Caption = '&Ok'
TabOrder = 1
OnClick = Button1Click
end
end